home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / README < prev    next >
Encoding:
Text File  |  1994-12-24  |  1.1 KB  |  28 lines

  1. README for eText5 SOURCE
  2. ------------------------
  3. (all 24927 *#%^@! lines)
  4.  
  5. This is now version .9. Still no user documentation; I suck.
  6.  
  7. New default: SupressHTMDWarning YES will get rid of that panel.
  8.  
  9. There has been some fairly extensive sprucing up, just poke around.
  10.  
  11. Uh, I don't know quite what to say.
  12.  
  13. Unfortunately, you're still going to see a flood of type errors and "method unknown"s.
  14. You can try turning off -Wall, but then you lose seeing the real errors, too.
  15. I don't know quite what to do about this, short of typecasting every object in the system and throwing away const.
  16.  
  17. Send fixes to khare@caltech.edu
  18.  
  19. The Annotations that are presented as subprojects can be interchangably set as bundles and loaded on demand; I have statically "linked" them into the app to speed along the already-cumbersome loading process.
  20.  
  21. FAQ
  22. ---
  23.  
  24. This code is unreadable <$!@#$>! Why didn't you base it completely on MiscKit or Foundation and get rid of all this NXUniqueString() mess?
  25.  
  26. It's a long story. Suffice it to say that I didn't know how large this would end up when I started it, over a year and a half ago. This kind of cleanup is a top priority if anyone writes a 6.0.
  27.  
  28.